Dizzy

Undocumented in source.

Constructors

this
this(MainGameObject root, float[3] coords)
Undocumented in source.

Members

Enums

SPEED
anonymousenum SPEED
Undocumented in source.

Functions

change_costume
void change_costume(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
cut_rope
void cut_rope()
Undocumented in source. Be warned that the author may not have intended to support it.
die
void die(string by)
Undocumented in source. Be warned that the author may not have intended to support it.
dig
void dig()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
reset_anim
void reset_anim()
Undocumented in source. Be warned that the author may not have intended to support it.
rise
void rise()
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
start_fall
void start_fall()
Undocumented in source. Be warned that the author may not have intended to support it.
start_jump
void start_jump(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
start_left
void start_left(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
start_right
void start_right(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
stop_left
void stop_left(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
stop_right
void stop_right(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
throw_branch
void throw_branch()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
use_knife
void use_knife()
Undocumented in source. Be warned that the author may not have intended to support it.
water_with_bucket_of_water
void water_with_bucket_of_water()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bottom_sensor_dx
float bottom_sensor_dx;
Undocumented in source.
bottom_sensor_dy
float bottom_sensor_dy;
Undocumented in source.
def_x
float def_x;
def_y
float def_y;
def_z
float def_z;
Undocumented in source.
dx
float dx;
dy
float dy;
Undocumented in source.
fall
bool fall;
Undocumented in source.
force_dx
float force_dx;
Undocumented in source.
jump
bool jump;
Undocumented in source.
jump_sound
Mix_Chunk* jump_sound;
Undocumented in source.
last_safe
float[3] last_safe;
Undocumented in source.
rope
Rope rope;
Undocumented in source.
show_sensors
bool show_sensors;
Undocumented in source.
side_sensor_dx
float side_sensor_dx;
Undocumented in source.
side_sensor_y
float[2] side_sensor_y;
Undocumented in source.
sounds
bool sounds;
Undocumented in source.
step
Mix_Chunk* step;
Undocumented in source.
stunning
long stunning;
Undocumented in source.
top_sensor_dx
float top_sensor_dx;
Undocumented in source.
top_sensor_y
float[2] top_sensor_y;
Undocumented in source.
water_sensor_dx
float water_sensor_dx;
Undocumented in source.
water_sensor_y
float[2] water_sensor_y;
Undocumented in source.

Inherited Members

From LiveGameObject

energy
float energy;
Undocumented in source.
lives
int lives;
Undocumented in source.
killed_by
string killed_by;
Undocumented in source.
show_sensors
bool show_sensors;
Undocumented in source.

Meta